 @font-face {
	font-family:'pingfang';
	src: url('./PingFang-Bold-1.ttf') format('truetype');/*IE*/
   }
   
   .m-home--buss--two {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  justify-items: center;
  padding-bottom: 36px;
  margin-top: 18px;
}
.m-home--buss--two .item {
  width: 150px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.m-home--buss--two .item .item--boxs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: url(../images/l-item-bg-hover-20.png) no-repeat center / 100% 100%;
 
}

.m-home--buss--two .item .item--boxs:hover{
    margin-top: -40px;
    /*transform: scale(1.1) translate(0, -6px);*/
}

   
   
   
.n-home .container {
  width: 1200px;
  margin: auto;
}
.n-home .n-bg--blue {
  background: #f3f9ff;
  padding: 22px 0 44px;
}
.n-home .box-sp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  margin-bottom: 40px;
}
.lunbo{ width:1200px;}
.n-home .box-sp .item {
  overflow: hidden;
}
.n-home .box-sp .item .title {
  font-size: 22px;
  color: #005293;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  font-weight: bold;
}
.n-home .box-sp .item .title a{
      color: #005293;
}
.n-home .box-sp .item .title .more {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 14px;
  color: red;
  font-weight: bold;
}
.n-home .box-sp .item .title img {
  margin-right: 12px;
  height: 18px;
}
.n-home .box-sp .item .news .new {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 34px;
  align-items: center;
}
.n-home .box-sp .item .news .new:hover {
  opacity: 0.7;
}
.n-home .box-sp .item .news .new::before {
  content: '';
  background: #0073ff;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin-right: 12px;
}
.n-home .box-sp .item .news .new .name {
  flex: 1;
  width: 0;
  font-size: 16px;
  color: #333333;
  padding-right: 50px;
}
.n-home .box-sp .item .news .new .time {
  font-size: 16px;
  color: rgba(102, 102, 102, 0.6);
}
.n-home .box-sp .item .ban .swiper-slide {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.n-home .box-sp .item .ban .swiper-slide .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  opacity: 0.9;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 25px;
}
.n-home .box-sp .item .ban .swiper-slide .img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.n-home .box-sj-pc {
  display: block;
}
.n-home .box-sj-h5 {
  display: none;
}
.n-home .box-sj {
  margin-top: 40px;
  margin-bottom: 40px;
}
.n-home .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
.n-home .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.n-home .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .info {
  min-height: 60px;
  opacity: 1;
  border-radius: 0px 0px, 6px, 6px;
  background: linear-gradient(to top, #dff1fe, #edf7ff);
  background-blend-mode: normalnormal;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px;
  border-radius: 0 0 6px 6px;
  justify-content: center;
}
.n-home .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .info .icon {
  height: 25px;
  margin-right: 15px;
}
.n-home .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .info .name {
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    margin: 4px 0;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.n-home .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
}
.n-home .box-sj .n-banner {
  position: relative;
}
.n-home .box-sj .m-swiper-pages .m-swiper-page {
  width: 10px;
  height: 20px;
  background: url(../images/n/icon-left.png) no-repeat center / cover;
  position: absolute;
  left: -20px;
  top: 80px;
  z-index: 1000;
}
.n-home .box-sj .m-swiper-pages .m-swiper-page.m-swiper-right {
  left: auto;
  right: -20px;
  transform: rotate(180deg);
}
.n-home .box-sj .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}
.n-home .box-sj .list .item{
    overflow: hidden;
}
.n-home .box-sj .list .item:hover {
  opacity: 0.7;
}
.n-home .box-sj .list .item .img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.n-home .box-sj .list .item .info {
    width: 100%;
  min-height: 78px;
  overflow: hidden;
  opacity: 1;
  border-radius: 0px 0px, 6px, 6px;
  background: linear-gradient(to top, #dff1fe, #edf7ff);
  background-blend-mode: normalnormal;
  display: flex!important;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px;
  border-radius: 0 0 6px 6px;
  justify-content: center;
  flex-direction: column;
}
.n-home .box-sj .list .item .info .icon {
  height: 25px;
  margin-right: 15px;
}
.n-home .box-sj .list .item .info .name {
    width: 100%;
    display: block;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  /*text-overflow: ellipsis;*/
  margin-bottom: 4px;
  text-align: center;
  overflow: hidden;
  
}
.n-home .box-sj .title {
  font-size: 22px;
  color: #005293;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.n-home .box-sj .title a{
    font-weight: bold;
    color: #005293;
}
.n-home .box-sj .title img {
  margin-right: 12px;
  height: 18px;
}
.n-home .box-gk {
  border: 2px solid #77b0eb;
  background: linear-gradient(to top, #ddeefe, #f1f8ff);
  margin-top: 40px;
}
.n-home .box-gk .title {
  font-size: 22px;
  color: #005293;
  transform: translate(0, -15px);
  padding-left: 23px;
}
.n-home .box-gk .title span {
  display: inline-block;
  background: #f1f8ff;
  /*font-family: 'pingfang';*/
  font-weight: bold;
  padding: 0 20px;
  color: #005293;
}
.n-home .box-gk .cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  padding: 20px 10px 10px 10px;
}
.n-home .box-gk .cards .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  opacity: 0.8;
  background: #ffffff;
  border: 1px solid #005293;
  box-shadow: 0px 5px 7px 0px #d8e2fc;
  transition-duration: 0.4s;
}
.n-home .box-gk .cards .item:hover {
  border-radius: 8px;
  background: #005293;
  border-color: #005293;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.48);
  color: #fff;
  transform: scale(1.1) translate(0, -6px);
  position: relative;
  z-index: 100;
}
.n-home .box-gk .cards .item:hover .name {
  color: #fff;
  font-size: 16px;
}
.n-home .box-gk .cards .item .img {
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 12px;
}
.n-home .box-gk .cards .item .name {
  font-size: 17px;
  color: #333333;
  font-weight: bold;
}
.n-home .box-gk .cards .item:nth-child(18) .img {
  background-image: url('../images/n/n-yw-18.png');
}
.n-home .box-gk .cards .item:nth-child(18):hover .img {
  background-image: url('../images/n/n-yw-18--hover.png');
}
.n-home .box-gk .cards .item:nth-child(17) .img {
  background-image: url('../images/n/n-yw-17.png');
}
.n-home .box-gk .cards .item:nth-child(17):hover .img {
  background-image: url('../images/n/n-yw-17--hover.png');
}
.n-home .box-gk .cards .item:nth-child(16) .img {
  background-image: url('../images/n/n-yw-16.png');
}
.n-home .box-gk .cards .item:nth-child(16):hover .img {
  background-image: url('../images/n/n-yw-16--hover.png');
}
.n-home .box-gk .cards .item:nth-child(15) .img {
  background-image: url('../images/n/n-yw-15.png');
}
.n-home .box-gk .cards .item:nth-child(15):hover .img {
  background-image: url('../images/n/n-yw-15--hover.png');
}
.n-home .box-gk .cards .item:nth-child(14) .img {
  background-image: url('../images/n/n-yw-14.png');
}
.n-home .box-gk .cards .item:nth-child(14):hover .img {
  background-image: url('../images/n/n-yw-14--hover.png');
}
.n-home .box-gk .cards .item:nth-child(13) .img {
  background-image: url('../images/n/n-yw-13.png');
}
.n-home .box-gk .cards .item:nth-child(13):hover .img {
  background-image: url('../images/n/n-yw-13--hover.png');
}
.n-home .box-gk .cards .item:nth-child(12) .img {
  background-image: url('../images/n/n-yw-12.png');
}
.n-home .box-gk .cards .item:nth-child(12):hover .img {
  background-image: url('../images/n/n-yw-12--hover.png');
}
.n-home .box-gk .cards .item:nth-child(11) .img {
  background-image: url('../images/n/n-yw-11.png');
}
.n-home .box-gk .cards .item:nth-child(11):hover .img {
  background-image: url('../images/n/n-yw-11--hover.png');
}
.n-home .box-gk .cards .item:nth-child(10) .img {
  background-image: url('../images/n/n-yw-10.png');
}
.n-home .box-gk .cards .item:nth-child(10):hover .img {
  background-image: url('../images/n/n-yw-10--hover.png');
}
.n-home .box-gk .cards .item:nth-child(9) .img {
  background-image: url('../images/n/n-yw-9.png');
}
.n-home .box-gk .cards .item:nth-child(9):hover .img {
  background-image: url('../images/n/n-yw-9--hover.png');
}
.n-home .box-gk .cards .item:nth-child(8) .img {
  background-image: url('../images/n/n-yw-8.png');
}
.n-home .box-gk .cards .item:nth-child(8):hover .img {
  background-image: url('../images/n/n-yw-8--hover.png');
}
.n-home .box-gk .cards .item:nth-child(7) .img {
  background-image: url('../images/n/n-yw-7.png');
}
.n-home .box-gk .cards .item:nth-child(7):hover .img {
  background-image: url('../images/n/n-yw-7--hover.png');
}
.n-home .box-gk .cards .item:nth-child(6) .img {
  background-image: url('../images/n/n-yw-6.png');
}
.n-home .box-gk .cards .item:nth-child(6):hover .img {
  background-image: url('../images/n/n-yw-6--hover.png');
}
.n-home .box-gk .cards .item:nth-child(5) .img {
  background-image: url('../images/n/n-yw-5.png');
}
.n-home .box-gk .cards .item:nth-child(5):hover .img {
  background-image: url('../images/n/n-yw-5--hover.png');
}
.n-home .box-gk .cards .item:nth-child(4) .img {
  background-image: url('../images/n/n-yw-4.png');
}
.n-home .box-gk .cards .item:nth-child(4):hover .img {
  background-image: url('../images/n/n-yw-4--hover.png');
}
.n-home .box-gk .cards .item:nth-child(3) .img {
  background-image: url('../images/n/n-yw-3.png');
}
.n-home .box-gk .cards .item:nth-child(3):hover .img {
  background-image: url('../images/n/n-yw-3--hover.png');
}
.n-home .box-gk .cards .item:nth-child(2) .img {
  background-image: url('../images/n/n-yw-2.png');
}
.n-home .box-gk .cards .item:nth-child(2):hover .img {
  background-image: url('../images/n/n-yw-2--hover.png');
}
.n-home .box-gk .cards .item:nth-child(1) .img {
  background-image: url('../images/n/n-yw-1.png');
}
.n-home .box-gk .cards .item:nth-child(1):hover .img {
  background-image: url('../images/n/n-yw-1--hover.png');
}
.n-home .box-gk .list {
  display: flex;
  flex-wrap: wrap;
    padding-bottom: 20px;
}
.n-home .box-gk .list .item {
  display: flex;
  flex-direction: column;
  /*flex: 1;*/
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .3s;
  opacity: 1 !important;
  width: 16.666%;
}
.n-home .box-gk .list .item:hover{
    margin-top: -40px;
}
/*.n-home .box-gk .list .item:hover img{
    transform: rotate(360deg);
}*/
.n-home .box-gk .list .item img {
  width: 70px;
  height: 70px;
  transition: all .3s;
}
.n-home .box-gk .list .item span {
  font-size: 16px;
  color: #4a4949;
  margin-top: 15px;
 /* font-family:'pingfang';*/
 font-weight: bold;
}
.n-home .box-dj-h5 {
  display: none;
}
.n-home .box-dj-h5 {
  padding: 0 10px;
}
.n-home .box-dj-h5 .layui-tab-content {
  padding-bottom: 0;
}
.n-home .box-dj-h5 .layui-tab {
  margin: 0;
}
.n-home .box-dj-h5 .mores {
  text-align: right;
  margin-top: 40px;
}
.n-home .box-dj-h5 .list > a {
  display: flex;
  line-height: 38px;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
  font-size: 16px;
}
.n-home .box-dj-h5 .list > a.red * {
  color: #E20005 !important;
}
.n-home .box-dj-h5 .list > a:nth-child(-n+2) * {
  color: #E20005 !important;
}
.n-home .box-dj-h5 .list > a:hover .title {
  font-weight: bold;
}
.n-home .box-dj-h5 .list > a .title {
  flex: 1;
  width: 0;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n-home .box-dj-h5 .list > a .time {
  width: 120px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  text-align: right;
}
.n-home .box-dj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.n-home .box-dj .item {
  overflow: hidden;
}
.n-home .box-dj .item .list {
  border-radius: 0px 0px, 6px, 6px;
  background: linear-gradient(to top, #aedcfe, #e9f6ff);
  padding: 5px 22px;
  border: 1px solid #b1d8ff;
}
.n-home .box-dj .item .list > a:nth-child(1)::before,
.n-home .box-dj .item .list > a:nth-child(2)::before {
  background: linear-gradient(180deg, #ff8d8d 0%, #e24747 100%);
}
.n-home .box-dj .item .list > a:nth-child(1) .h1,
.n-home .box-dj .item .list > a:nth-child(2) .h1 {
  color: #dc1c1c;
}
.n-home .box-dj .item .list .swiper {
  height: 136px;
}
.n-home .box-dj .item .list .swiper .swiper-slide:nth-child(1) > a::before,
.n-home .box-dj .item .list .swiper .swiper-slide:nth-child(2) > a::before,
.n-home .box-dj .item .list .swiper .swiper-slide .hover > a::before {
  background: linear-gradient(180deg, #ff8d8d 0%, #e24747 100%);
}
.n-home .box-dj .item .list .swiper .swiper-slide:nth-child(1) > a .h1,
.n-home .box-dj .item .list .swiper .swiper-slide:nth-child(2) > a .h1,
.n-home .box-dj .item .list .swiper .swiper-slide .hover > a .h1 {
  color: #dc1c1c;
}
.n-home .box-dj .item .list a {
  display: flex;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
}
.n-home .box-dj .item .list a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: linear-gradient(180deg, #6facff 0.01%, #0073ff 100%);
  border-radius: 100px;
}
.n-home .box-dj .item .list a .h1 {
  flex: 1;
  width: 0;
  font-size: 16px;
  color: #333333;
}
.n-home .box-dj .item .list a .time {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
}
.n-home .box-dj .item .title {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  height: 45px;
  opacity: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(270deg, #3bbfff 0.03%, #0015a4 100%);
}
.n-home .box-dj .item .title span {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
}
.n-home .box-dj .item .title span img {
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.n-home .box-dj .item .title a {
  font-size: 14px;
  color: #ffffff;
}
.n-home .banner {
  height: 440px;
  background: url(../images/n/n-banner.jpg) no-repeat center / cover;
  position: relative;
}
.n-home .banner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  opacity: 0.68;
  background: linear-gradient(270deg, #0c1364 0%, #0098ff 75.48%, #0b1364 100%);
}
.n-home .banner .cons {
  width: 1200px;
  margin: auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-home .banner .cons .logo {
  height: 236px;
}
.n-home .banner .cons .search {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 260px;
  height: 40px;
  opacity: 1;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.76);
  display: flex;
  padding: 0 10px;
}
.n-home .banner .cons .search .input {
  flex: 1;
  width: 0;
  border: none;
  background: none;
}
.n-home .banner .cons .search .input::placeholder {
  color: #666666;
}
.n-home .banner .cons .search .submit {
  width: 22px;
  background: none;
  border: none;
  outline: none;
}
.n-home .banner .cons .search .submit img {
  width: 18px;
  height: 18px;
}
.n-home .banner .cons .fast {
  position: absolute;
  top: 0;
  right: -22px;
  display: flex;
  justify-content: flex-end;
  background: url(../images/n/n-bg.png) no-repeat center / 100%;
  width: 310px;
  height: 38px;
  line-height: 36px;
  justify-content: center;
  color: #ffffff;
}
.n-home .banner .cons .fast a {
  color: #ffffff;
  margin: 0 0px;
  font-size: 14px;
}
@media (max-width: 800px) {
  .n-home .n-bg--blue {
    padding: 22px 0;
  }
  .n-home .container {
    width: 100%;
  }
  .n-home .box-dj-pc {
    display: none;
  }
  .n-home .box-dj-h5 {
    display: block;
  }
  .n-home .box-gk .cards .item {
    height: auto;
    padding: 10px 0;
  }
  .n-home .box-gk .cards .item .img {
    height: 32px;
    margin-bottom: 6px;
  }
  .n-home .box-gk .cards .item .name {
    font-size: 14px;
  }
  .n-home .box-dj {
    padding: 0 10px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .n-home .box-gk {
    margin-top: 40px;
  }
  .n-home .box-gk .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .n-home .box-gk .list .item {
    padding: 10px 0;
    width: auto;
  }
  .n-home .box-gk .cards {
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
  }
  .n-home .box-sj-pc {
    display: none;
  }
  .n-home .box-sj-h5 {
    display: block;
  }
  .n-home .box-sj {
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .n-home .box-sj .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .n-home .box-sp {
    padding: 0 10px;
    margin-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .n-home .banner {
    width: 100%;
    height: 200px;
  }
  .n-home .banner .cons {
    width: 100%;
    align-items: flex-start;
  }
 .n-home .banner .cons .logo {
    width: 100%;
  height: auto;
    /*margin: auto;*/
  }
    .n-home .banner .cons .logoa {
    width: 90%;
    height: auto;
    margin: auto;
  }
  .n-home .banner .cons .search {
    bottom: 10px;
    width: 96%;
    left: 2%;
  }
}
